net.sf.webphotos.entity
Interface IsPhoto

All Superinterfaces:
Comparable<IsPhoto>
All Known Implementing Classes:
PhotoDTO, PhotoEntity, PhotoVO

public interface IsPhoto
extends Comparable<IsPhoto>

Author:
Guilherme

Field Summary
static Comparator<IsPhoto> BY_KEY_ASCENDING
           
static Comparator<IsPhoto> BY_KEY_DESCENDING
           
 
Method Summary
 IsCredits getCreditos()
           
 String getKey()
           
 String getLegenda()
           
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Field Detail

BY_KEY_ASCENDING

static final Comparator<IsPhoto> BY_KEY_ASCENDING

BY_KEY_DESCENDING

static final Comparator<IsPhoto> BY_KEY_DESCENDING
Method Detail

getKey

String getKey()

getCreditos

IsCredits getCreditos()

getLegenda

String getLegenda()


Copyright © 2008-2012. All Rights Reserved.